-
Notifications
You must be signed in to change notification settings - Fork 619
[SDK] Fix: Wallet avatar styles in ConnectButton and Modal #5422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
size-limit report 📦
|
944380a to
8a4b166
Compare
8a4b166 to
e69bfd3
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5422 +/- ##
==========================================
- Coverage 45.52% 45.52% -0.01%
==========================================
Files 1070 1070
Lines 55707 55709 +2
Branches 4031 4032 +1
==========================================
Hits 25361 25361
- Misses 29659 29661 +2
Partials 687 687
*This pull request uses carry forward flags. Click here to find out more.
|
Merge activity
|
i just want my cat back
<!-- start pr-codex -->
---
## PR-Codex overview
This PR focuses on updating the styling of the `img` element in the `DetailsModal` component to ensure it covers the available space more effectively.
### Detailed summary
- In the first `img` element:
- Changed `-width: "100%"` to `+width: "100%"`
- Added `+objectFit: "cover"`
- In the second `img` element:
- Changed `-width: iconSize.xxl` to `+width: "100%"`
- Changed `-height: iconSize.xxl` to `+height: "100%"`
- Added `+objectFit: "cover"`
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
e69bfd3 to
8842ac7
Compare
i just want my cat back
<!-- start pr-codex -->
---
## PR-Codex overview
This PR focuses on updating the styling of the `img` elements within the `DetailsModal` component to ensure they maintain a consistent appearance and fit better within their containers.
### Detailed summary
- Updated the `style` of the first `img` to include `width: "100%"` and `objectFit: "cover"`.
- Modified the `style` of the second `img` to set `height: "100%"`, `width: "100%"`, and `objectFit: "cover"`.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
8842ac7 to
19abf81
Compare
i just want my cat back
<!-- start pr-codex -->
---
## PR-Codex overview
This PR focuses on updating the styling of the `img` elements in the `DetailsModal` component to ensure they maintain aspect ratio and are responsive.
### Detailed summary
- Changed the `width` of the first `img` to `"100%"` and added `objectFit: "cover"`.
- Updated the second `img` to have `height` and `width` set to `"100%"`, along with `objectFit: "cover"`.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
19abf81 to
510be22
Compare

i just want my cat back
PR-Codex overview
This PR focuses on updating the styling of the
imgelements within theDetailsModalcomponent to ensure they maintain their aspect ratio and fit correctly within their containers.Detailed summary
Updated the
styleof the firstimg:-widthfrom"100%"to+widthas"100%".+objectFit: "cover".Updated the
styleof the secondimg:-widthfromiconSize.xxlto+widthas"100%".-heightfromiconSize.xxlto+heightas"100%".+objectFit: "cover".